← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:55 2013

Filename(eval 1079)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 257 statements in 665µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
9631551µs551µsYAML::Base::::__ANON__[:7]YAML::Base::__ANON__[:7]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 551µs within YAML::Base::__ANON__[(eval 1079)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 96 times, avg 6µs/call: # 32 times (332µs+0s) by YAML::Loader::_parse_throwaway_comments at line 614 of YAML/Loader.pm, avg 10µs/call # 32 times (128µs+0s) by YAML::Loader::_parse at line 52 of YAML/Loader.pm, avg 4µs/call # 32 times (91µs+0s) by YAML::Loader::_parse at line 60 of YAML/Loader.pm, avg 3µs/call
sub {
296134µs $_[0]->{eos} = 0
3 unless exists $_[0]->{eos};
496300µs return $_[0]->{eos} unless $#_ > 0;
53287µs $_[0]->{eos} = $_[1];
632133µs return $_[0]->{eos};
7}
8
919µs;